home *** CD-ROM | disk | FTP | other *** search
/ Know Your Baseball - The Greatest Player Resource / Know Your Baseball - Greatest Player.iso / Baseball / Director / KTGCST.CST / 00082_Script_Playcoach or Ann scripts < prev    next >
Text File  |  1998-09-21  |  363b  |  17 lines

  1. global CoachSnd,AnnSnd,gButtonstate
  2. on playCoachAnn
  3.   losepop(window "pop")
  4.   puppetsound 0
  5.   resetbanner
  6.   if AnnSnd = EMPTY or voidp(AnnSnd) then exit
  7.   case the clickon of
  8.     40: 
  9.       if AnnSnd = empty then exit
  10.       puppetsound AnnSnd 
  11.     41:
  12.       if CoachSnd = empty then exit
  13.       puppetsound CoachSnd 
  14.   end case
  15.   updatestage  
  16. end
  17.